Generate BOM markdown tables automatically
Generating tables sin markdown is tedious. This is why we have a command that takes a csv
file and turns it into a markdown table.
- Use the
bom.csv
placed at the root of the project. It is a template and scafold to get you started. - Place your csv file in src/bom/ or specify the path when using the command
- Run the command:
csv2md <name of the csv file >